.wrap {
    width: 100%;
    overflow: hidden;
    padding-top: 30px;
    margin-bottom: 34px;
}

.grey {
    background-color: #f8f8f8;
}

.wrapper {
    width: 1210px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}

h1 {
    font-size: 20px;
    position: absolute;
    left: 5px;
    top: 4px;
    color: #353535;
    z-index: 1;
}
h1 a {
    font-size: 20px;
    color: #353535;
}

.news-more {
    font-size: 14px;
    line-height: 35px;
    height: 35px;
    position: absolute;
    right: 12px;
    top: 0px;
    color: #f6594e;
}

/*轮播*/
.pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #555;
    margin: 0 5px;
    opacity: 0.8;
    cursor: pointer;
}

.swiper-active-switch {
    background: #fff;
}

.swiper-container.scroexpert.h5 {
    width: 1210px;
    height: 200px;
    margin-top: 20px;
}

.expert-list .swiper-container.scroexpert .pagination {
    bottom: 0px;
}

.expert-list .swiper-container.scroexpert .pagination span {
    opacity: 1;
    background-color: #eaeaea;
    width: 40px;
    height: 10px;
    border-radius: 0;
    margin-left: 5px;
    margin-right: 5px;
}

.expert-list .swiper-container.scroexpert .pagination span.swiper-active-switch {
    background-color: #f6594e;
}